Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@contentful/f36-skeleton
Advanced tools
Skeleton is used to display a loading state in components.
import { Skeleton } from '@contentful/f36-components';
// or
import { Skeleton } from '@contentful/f36-skeleton';
Container
, BodyText
, DisplayText
, Image
, Row
.Skeleton.Container
to control color, background color, animation, opacity of the skeleton elements that are used inside.Skeleton.BodyText
component to simulate bodies of text with multiple lines.Skeleton.DisplayText
component to simulate headings, subheadings or titles.Skeleton.Image
component to simulate images, illustrations, avatars or icons.Skeleton.Row
component to simulate table rows. Only use this component as a child of the TableBody component. The Skeleton.Row
component renders <tr>
tags, and this HTML tag should always be a child of a <tbody>
tag.
columnCount
prop equal to the number of columns in your table (default value is 5).rowCount
prop equal to the number of rows you need.
Pass some value to the width
and height
props to make the skeleton the same size as the simulated image (default values are 70).
You can use the same values a normal <rect>
tag would accept for width
and height
Pass some value to the radiusX
and radiusY
props to control the roundness of skeleton's corners (default values are 0).
You can use the same values a normal <rect>
tag would accept for rx
and ry
FAQs
Forma 36: Skeleton component
We found that @contentful/f36-skeleton demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.